diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/form-list/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/form-list/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/form-list/page.tsx b/app/[lng]/evcp/(evcp)/form-list/page.tsx index 186976f4..b9bdb8e9 100644 --- a/app/[lng]/evcp/(evcp)/form-list/page.tsx +++ b/app/[lng]/evcp/(evcp)/form-list/page.tsx @@ -39,7 +39,7 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight"> 레지스터 목록 from S-EDP </h2> - <InformationButton pageCode="evcp/form-list" /> + <InformationButton pagePath="evcp/form-list" /> </div> <p className="text-muted-foreground"> 협력업체 데이터 입력을 위한 레지스터 목록 리스트입니다.{" "} |
